Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YEL-214 [setting/feat] spring batch setting & lunch event 스케줄링 구현 #463

Merged
merged 16 commits into from
Mar 1, 2024

Conversation

hyeonjeongs
Copy link
Member

@hyeonjeongs hyeonjeongs commented Feb 26, 2024

☘️ Related Issue

  • resolves YEL-214

✅ Work description

  • 오후 12시 점심시간 이벤트 푸시알림 가도록 스케줄링 구현
  • spring batch setting (Chunk 단위로 구현)
  • spring batch reader -> data mapping custom (이거 때문에 오류)

💡 PR point

@hyeonjeongs hyeonjeongs added feat 새로운 기능 구현 setting gradle 세팅, 프로젝트 세팅 현정👕 labels Feb 26, 2024
@hyeonjeongs hyeonjeongs requested a review from euije February 26, 2024 08:27
@hyeonjeongs hyeonjeongs self-assigned this Feb 26, 2024
Copy link

github-actions bot commented Feb 26, 2024

Test Results

160 tests  +2   160 ✅ +2   11s ⏱️ +2s
 26 suites ±0     0 💤 ±0 
 26 files   ±0     0 ❌ ±0 

Results for commit 82547af. ± Comparison against base commit 7145470.

♻️ This comment has been updated with latest results.

Copy link
Member

@euije euije left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

public class ChunkProcessor {
public ItemProcessor<User, User> lunchEventProcessor() {
ItemProcessor<User, User> item = user -> {
System.out.println(user.getId() + ", " + user.getName() + " dds121212");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

차후 삭제해주세요~!

@hyeonjeongs hyeonjeongs merged commit 7bae149 into develop Mar 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 구현 setting gradle 세팅, 프로젝트 세팅 현정👕
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants